It also provides two types of On Screen Keyboard that allow you to type the letters with a simple click of the mouse.
Q. Can I set up the type and size of default font, i.e. can I make the
Arabic Editor to start with a particular Font size?
A. Yes, you can. To achieve this go to System in the main menu
then select command Settings by using the Settings dialog you should be able to
set up the default font for the Editor.
Q. How can I write Urdu text with Nastaleeq font?
A. The following link explains how you could write Urdu text with Nastaleeq font.
Q. What is the easiest way to select the language for typing?
A. The best way is to use the Right mouse button then from the popup menu
select the desired command.
Q. Can I stop the Logo from appearing in the start up?
A. Yes, to achieve this go to System in the main menu
then select command Settings
Q. Can I customize the layout of the Keyboard?
A. Yes, to achieve this go to Keyboard in the main menu
then select command Edit Phonetic Keyboard
Q. Can I make the Text wrap to the Window rather than the printed Page?
A. Yes, to achieve this go to Edit in the main menu
then select command Wrapping Type
Q. Can I copy and Paste using Arabic Windows Text only?
A.
Yes, to achieve this go to System in the main menu
then select command Settings. In the Settings dialog deselect the Check Box Copy and Paste using UniCode
Q. What are the properties and methods of Arabic Edit ActiveX?
A. Here is a list of Arabic Edit ActiveX properties:
Property Name | Value |
Language | 0- Arabic 1- English |
Direction | 0- Right to Left 1- Left to Right |
BorderStyle | 0- None 1- Flat 2- Static_Edge 3- Three_D 4- Button_Edge |
Keyboard | 0- Arabic Win Keyboard 1- Phonetic Keyboard |
EditType | 0- Single Line 1- Multi Line 2- MultiLine_with_VerScrBar 3- MultiLine_with_HorScrBar 4- MultiLine_with_BothScrBar 5- Label |
DefCharSet | 0- UniCode 1- Arabic Win CP 1256 |
Value | Unicode Text or ANSI Text. This property requires DefCharSet to be set |
Text | ANSI Text. |
ForeColor | Any Number |
BackColor | Any Number |
Locked | 0- UnLocked 1- LockedWithCursor 2- LockedWithOutCursor |
Font | The application font |
ArabicFontType | 0- Standard 1- Large 3- Sizable |
FontName | Any font name |
FontSize | Font size |
FontBold | 0- FALSE 1- TRUE |
FontItalic | 0- FALSE 1- TRUE |
FontUnderline | 0- FALSE 1- TRUE |
FontStrikethru | 0- FALSE 1- TRUE |
Event Name | Return Value | Comments |
KeyDown | KeyCode, Shift key state | Occurs when the user presses KeyDown |
KeyUp | KeyCode, Shift key state | Occurs when the user releases the pressed Key |
KeyPress | KeyAscii | Occurs when the user presses and releases an ANSI key |
Click | Void | Occurs when the user presses and then releases the mouse button |
DblClick | Void | Occurs when the user presses and releases the mouse button and then presses and releases it again |
MouseDown | Button mouse type, Shift keys state, Location XPos and YPos | Occurs when the user presses the mouse button |
MouseUp | Button mouse type, Shift keys state, Location XPos and YPos | Occurs when the user releases the mouse button |
Change | Void | Occurs when the contents of have changed |
Method Name | Parameters | Return Value | Comments |
ShowKeyboard | Void | Void | Shows the default keyboard |
<OBJECT
NAME="ActiveXSearchEdit"
CLASSID="CLSID:42E6B8F9-2604-4b09-87C6-32BC34E00ED9"
CODEBASE="https://www.summitsoft.co.uk/AEditX.cab"
width="200"
height="25"
</OBJECT>